Vector geometry checklist: Avoiding common mistakes in H2 math

Vector geometry checklist: Avoiding common mistakes in H2 math

Check our other pages :

Frequently Asked Questions

Always remember that position vectors originate from the origin, while displacement vectors represent the change in position between two points. Visualizing them on a coordinate plane can help.
When solving vector equations with parameters, equate the coefficients of the direction vectors and the constant terms separately. This creates a system of equations you can solve simultaneously.
The shortest distance from a point to a line is found by dropping a perpendicular from the point to the line. Use the vector projection formula to find the foot of the perpendicular, then calculate the distance.
A dot product of zero between two vectors indicates that the vectors are perpendicular (orthogonal) to each other.
Three points A, B, and C are collinear if the vectors AB and AC are parallel. This means AB is a scalar multiple of AC.
Common mistakes include forgetting to take half of the magnitude of the cross product and incorrectly calculating the cross product itself. Double-check your calculations!
First, find two direction vectors lying in the plane using the three points. Then, find the normal vector by taking the cross product of the two direction vectors. Finally, use one of the points and the normal vector to write the equation of the plane.
Use the scalar (dot) product when you need to find the angle between two vectors or determine if they are perpendicular. Use the vector (cross) product when you need to find a vector perpendicular to two given vectors or calculate the area of a parallelogram/triangle.
Check the magnitude and direction of your vectors. Do they align with the geometric context of the problem? For example, distances should be positive, and angles should be within reasonable bounds.